home *** CD-ROM | disk | FTP | other *** search
-
-
-
- XXXXmmmmTTTTeeeexxxxttttCCCCuuuutttt((((3333XXXX)))) UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV XXXXmmmmTTTTeeeexxxxttttCCCCuuuutttt((((3333XXXX))))
-
-
-
- NNNNAAAAMMMMEEEE
- _X_m_T_e_x_t_C_u_t - A Text function that copies the primary
- selection to the clipboard and deletes the selected text
-
- SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
- #include <Xm/Text.h>
-
- Boolean XmTextCut (wwwwiiiiddddggggeeeetttt,,,, ttttiiiimmmmeeee)
- _W_i_d_g_e_t wwwwiiiiddddggggeeeetttt;
- _T_i_m_e ttttiiiimmmmeeee;
-
- DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
- _X_m_T_e_x_t_C_u_t copies the primary selected text to the clipboard
- and then deletes the primary selected text. This routine
- calls the widget's _X_m_N_v_a_l_u_e_C_h_a_n_g_e_d_C_a_l_l_b_a_c_k and verification
- callbacks, either _X_m_N_m_o_d_i_f_y_V_e_r_i_f_y_C_a_l_l_b_a_c_k or
- _X_m_N_m_o_d_i_f_y_V_e_r_i_f_y_C_a_l_l_b_a_c_k_W_c_s, or both. If both verification
- callback lists are registered, the procedures of the
- _X_m_N_m_o_d_i_f_y_V_e_r_i_f_y_C_a_l_l_b_a_c_k list are executed first and the
- resulting data is passed to the _X_m_N_m_o_d_i_f_y_V_e_r_i_f_y_C_a_l_l_b_a_c_k_W_c_s
- callbacks.
-
- wwwwiiiiddddggggeeeetttt
- Specifies the Text widget ID.
-
- ttttiiiimmmmeeee Specifies the server time at which the selection value
- is to be modified. This should be the time of the
- event which triggered this request. One source of a
- valid time stamp is the function
- _X_t_L_a_s_t_T_i_m_e_s_t_a_m_p_P_r_o_c_e_s_s_e_d().
-
- For a complete definition of Text and its associated
- resources, see _X_m_T_e_x_t(_3_X).
-
- RRRREEEETTTTUUUURRRRNNNN VVVVAAAALLLLUUUUEEEE
- This function returns False if the primary selection is
- NULL, if the wwwwiiiiddddggggeeeetttt doesn't own the primary selection, or if
- the function is unable to gain ownership of the clipboard
- selection. Otherwise, it returns True.
-
- RRRREEEELLLLAAAATTTTEEEEDDDD IIIINNNNFFFFOOOORRRRMMMMAAAATTTTIIIIOOOONNNN
- _X_m_T_e_x_t(_3_X).
-
-
-
-
-
-
-
-
-
-
-
-
-
- Page 1 (printed 11/11/03)
-
-
-
-